Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dff14d4

Browse files
committedOct 6, 2014
[Actions] Rename "type" to "valueType" (see
#22)
1 parent d3650a0 commit dff14d4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎activitystreams2-actions.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ <h2>Classes</h2>
419419
<td valign="top"><code>http://activitystrea.ms/2.0/Parameter</code></td>
420420
<td rowspan="2" valign="top">
421421
<p><code><a>name</a> | <a>required</a> | <a>repeated</a> | <a>value</a> | <a>default</a> |
422-
<a>type</a> | <a>enumeration</a> | <a>minLength</a> | <a>maxLength</a> | <a>maxExclusive</a> |
422+
<a>valueType</a> | <a>enumeration</a> | <a>minLength</a> | <a>maxLength</a> | <a>maxExclusive</a> |
423423
<a>maxInclusive</a> | <a>minExclusive</a> | <a>minInclusive</a> | <a>step</a> | <a>totalDigits</a> |
424424
<a>fractionDigits</a> | <a>pattern</a> | <a>placeholder</a></code></p>
425425
</td>
@@ -439,7 +439,7 @@ <h2>Classes</h2>
439439
<td valign="top"><code>http://activitystrea.ms/2.0/Header</code></td>
440440
<td rowspan="3" valign="top">
441441
<p><code><a>name</a> | <a>required</a> | <a>repeated</a> | <a>value</a> | <a>default</a> |
442-
<a>type</a> | <a>enumeration</a> | <a>minLength</a> | <a>maxLength</a> | <a>maxExclusive</a> |
442+
<a>valueType</a> | <a>enumeration</a> | <a>minLength</a> | <a>maxLength</a> | <a>maxExclusive</a> |
443443
<a>maxInclusive</a> | <a>minExclusive</a> | <a>minInclusive</a> | <a>step</a> | <a>totalDigits</a> |
444444
<a>fractionDigits</a> | <a>pattern</a> | <a>placeholder</a></code></p>
445445
</td>
@@ -840,14 +840,14 @@ <h2>Terms</h2>
840840

841841
<tbody>
842842
<tr>
843-
<td rowspan="4" valign="top"><dfn>type</dfn></td>
843+
<td rowspan="4" valign="top"><dfn>valueType</dfn></td>
844844
<td valign="top" width="10%">URI:</td>
845-
<td valign="top"><code>http://activitystrea.ms/2.0/type</code></td>
845+
<td valign="top"><code>http://activitystrea.ms/2.0/valueType</code></td>
846846
</tr>
847847
<tr>
848848
<td valign="top">Notes:</td>
849849
<td valign="top">
850-
Specifies the expected data type of the parameter. The value SHOULD
850+
Specifies the parameter's expected value type. The value SHOULD
851851
specify a type from the XML Schema Data Types.
852852
</td>
853853
</tr>

0 commit comments

Comments
 (0)
Please sign in to comment.